Overload | Description |
---|---|
IndexOf(T,Int32) | Gets the index at which an item appears for the first time, starting from the specified index. Returns -1 if the item does not appear in the set. |
IndexOf(T) | Gets the index at which the item appears in the set for the first time. Returns -1 if the item does not appear in the set. |